home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / Breaker.exe / scripts / frame_30 / DoAction.as
Text File  |  2006-05-29  |  322b  |  22 lines

  1. count = "0";
  2. while(count < "56")
  3. {
  4.    count += "1";
  5.    set("tab" add count,"1");
  6.    if("24" < count)
  7.    {
  8.       set("tab" add count,"2");
  9.    }
  10. }
  11. count = "48";
  12. while(count < "56")
  13. {
  14.    count += "1";
  15.    set("tab" add count,"50");
  16. }
  17. tab50 = "2";
  18. tab55 = "2";
  19. tab26 = "50";
  20. tab31 = "50";
  21. gotoAndPlay(70);
  22.